'Declaration
<DispIdAttribute(287)> Function DrawGradientLine( _ ByVal ImageID As Integer, _ ByVal SrcLeft As Single, _ ByVal SrcTop As Single, _ ByVal DstLeft As Single, _ ByVal DstTop As Single, _ ByVal PenWidth As Integer, _ ByVal StartColor As Integer, _ ByVal EndColor As Integer, _ ByVal AntiAlias As Boolean _ ) As GdPictureStatus
[DispId(287)] GdPictureStatus DrawGradientLine( int ImageID, float SrcLeft, float SrcTop, float DstLeft, float DstTop, int PenWidth, int StartColor, int EndColor, bool AntiAlias )
function DrawGradientLine( ImageID: Integer; SrcLeft: Single; SrcTop: Single; DstLeft: Single; DstTop: Single; PenWidth: Integer; StartColor: Integer; EndColor: Integer; AntiAlias: Boolean ): GdPictureStatus;
DispIdAttribute(287) function DrawGradientLine( ImageID : int, SrcLeft : float, SrcTop : float, DstLeft : float, DstTop : float, PenWidth : int, StartColor : int, EndColor : int, AntiAlias : boolean ) : GdPictureStatus;
[DispId(287)] GdPictureStatus DrawGradientLine( int ImageID, float SrcLeft, float SrcTop, float DstLeft, float DstTop, int PenWidth, int StartColor, int EndColor, bool AntiAlias )
[DispId(287)] GdPictureStatus DrawGradientLine( int ImageID, float SrcLeft, float SrcTop, float DstLeft, float DstTop, int PenWidth, int StartColor, int EndColor, bool AntiAlias )
Parameters
- ImageID
- SrcLeft
- SrcTop
- DstLeft
- DstTop
- PenWidth
- StartColor
- EndColor
- AntiAlias